home *** CD-ROM | disk | FTP | other *** search
- object FTP_ProfileStatus: TFTP_ProfileStatus
- Left = 140
- Top = 149
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Flypage Web Backup Schedule'
- ClientHeight = 284
- ClientWidth = 456
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- Visible = True
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 229
- Width = 456
- Height = 55
- Align = alBottom
- TabOrder = 0
- object ExplorerButton1: TExplorerButton
- Left = 8
- Top = 8
- Width = 441
- Height = 40
- Caption = 'Done'
- DropDownStyle = ddsIExplorer
- Options = [boPopupMark, boShowBevel, boShowDownPattern]
- CustomWidth = 441
- CustomHeight = 40
- OnClick = ExplorerButton1Click
- IBitmap = {}
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 456
- Height = 181
- Align = alClient
- TabOrder = 1
- object ListBox1: TListBox
- Left = 5
- Top = 5
- Width = 444
- Height = 169
- ItemHeight = 13
- TabOrder = 0
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 181
- Width = 456
- Height = 48
- Align = alBottom
- TabOrder = 2
- object Label1: TLabel
- Left = 56
- Top = 2
- Width = 335
- Height = 40
- Alignment = taCenter
- Caption =
- 'The above listed backup profiles are now active and awaiting pro' +
- 'cessing'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- end
- object Table1: TTable
- Active = True
- Filter = 'ACTIVE=True'
- Filtered = True
- DatabaseName = 'FPB'
- TableName = 'FTP Profiles.DBF'
- Left = 16
- Top = 16
- object Table1PROFILE: TStringField
- FieldName = 'PROFILE'
- Size = 40
- end
- object Table1KIND: TStringField
- FieldName = 'KIND'
- Size = 100
- end
- object Table1INTERVAL: TSmallintField
- FieldName = 'INTERVAL'
- end
- object Table1TIME: TStringField
- FieldName = 'TIME'
- end
- object Table1TARGET_LOC: TStringField
- FieldName = 'TARGET_LOC'
- Size = 200
- end
- object Table1ROTATE_DIR: TBooleanField
- FieldName = 'ROTATE_DIR'
- end
- object Table1DTSTAMP_DI: TBooleanField
- FieldName = 'DTSTAMP_DI'
- end
- object Table1EMAIL: TBooleanField
- FieldName = 'EMAIL'
- end
- object Table1EM_ADDR: TStringField
- FieldName = 'EM_ADDR'
- Size = 100
- end
- object Table1LASTDIR: TStringField
- FieldName = 'LASTDIR'
- Size = 1
- end
- object Table1PERFORM_IN: TStringField
- FieldName = 'PERFORM_IN'
- Size = 100
- end
- object Table1LASTDONE: TStringField
- FieldName = 'LASTDONE'
- Size = 100
- end
- object Table1ACTIVE: TBooleanField
- FieldName = 'ACTIVE'
- end
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 16
- Top = 48
- end
- end
-